Someone seems to have gotten carried away with cut & paste, and then
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 15 Dec 2005 13:39:16 +0000 (13:39 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 15 Dec 2005 13:39:16 +0000 (13:39 +0000)
didn't test.

Signed-off-by: Jim Dykman <dykman@us.ibm.com>
tools/xm-test/tests/network/11_network_domU_ping_pos.py

index 5630ff173825e06d987ad8104405763a1628a7d5..6b4c2a5e52a38d49def2d892c9d6aae6a1732fe6 100644 (file)
@@ -19,7 +19,7 @@ from XmTestLib import *
 
 def netDomain(ip):
     config = {"vif"  : ["ip=%s" % ip]}
-    domain = XmTestDomain(extraConfig=config)
+    dom = XmTestDomain(extraConfig=config)
     try:
         dom.start()
     except DomainError, e: